Click or drag to resize

SipClientNotify Method (Dialog, String)

Sends notification when particular event occurs.

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public RequestResponse Notify(
	Dialog dialog,
	string subscriptionState
)

Parameters

dialog
Type: Independentsoft.SipDialog
A Dialog represents subscription.
subscriptionState
Type: SystemString
A string represents state of the subscription.

Return Value

Type: RequestResponse
A RequestResponse containing sent Request and received appropriate Response.
See Also